| 1234567891011121314151617181920 |
- #store-detail {
- .product-description,
- .game-description {
- // CKEditor 콘텐츠 기본 여백 보정
- img {
- max-width: 100%;
- height: auto;
- }
- h1, h2, h3 {
- margin: 0.75em 0 0.5em;
- font-weight: 600;
- }
- p {
- margin: 0.5em 0;
- line-height: 1.65;
- }
- }
- }
|